Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gowin. Add I3C io buffer. #1445

Merged
merged 2 commits into from
Jan 29, 2025
Merged

Gowin. Add I3C io buffer. #1445

merged 2 commits into from
Jan 29, 2025

Conversation

yrabbit
Copy link
Contributor

@yrabbit yrabbit commented Jan 29, 2025

A buffer is added that can operate as a normal IOBUF in PUSH-PULL mode or switch to open-drain IOBUF mode.

A buffer is added that can operate as a normal IOBUF in PUSH-PULL mode
or switch to open-drain IOBUF mode.

Signed-off-by: YRabbit <[email protected]>
@@ -106,6 +110,7 @@ NPNR_PACKED_STRUCT(struct Tile_extra_data_POD {
int32_t class_id;
int16_t io16_x_off;
int16_t io16_y_off;
int32_t i3c_capable;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are there likely to be other flags like this you want to store here? instead of using a whole int32_t for this, what about an int32_t flags field with one bit for this and the rest reserved for future, similar, tile flags

@gatecat gatecat merged commit 81ccada into YosysHQ:master Jan 29, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants